0

Wait! We have a something for you...

Don't leave empty-handed! Simply enter your email below and we will send you a great discount on our products:

We hate spam as much as you do! Your details are never shared and you can unsubscribe at any time.

Debug Overview

App Total Time DB Queries DB Query Total Time Amazon Requests
1.504851102829 407 1.1371 0


No Amazon API Requests Made.


App Debug - Total Time 1.504851102829 seconds

Number Time From Start Name Description
1 0.34200096130371 Initialise Initialise FSB Function
2 0.34544205665588 App Controller Start Start of the App controller (called before the controller of every page)
3 0.39716792106628 Start of getCategoryListByGroup Function Before first category groups query
4 0.39804792404175 After initial query Before first category groups query
5 0.39804911613464 Get Category List for Group Before the call to getCategoryList function
6 0.39805102348328 Start of GetCategoryList function Start of the function
7 0.39805197715759 Before getting categories Query to get specific category list
8 0.39881992340088 After getting categories Query to get specific category list
9 0.39881992340088 Before getting category custom Before call to function getCategoryCustom
10 0.41633796691895 After getting category custom After call to function getCategoryCustom
11 0.41634011268616 Before getting category custom Before call to function getCategoryCustom
12 0.42525911331177 After getting category custom After call to function getCategoryCustom
13 0.42526197433472 Before getting category custom Before call to function getCategoryCustom
14 0.43891596794128 After getting category custom After call to function getCategoryCustom
15 0.4389181137085 Before getting category custom Before call to function getCategoryCustom
16 0.44193196296692 After getting category custom After call to function getCategoryCustom
17 0.44193291664124 Before getting category custom Before call to function getCategoryCustom
18 0.44584798812866 After getting category custom After call to function getCategoryCustom
19 0.44584894180298 Before getting category custom Before call to function getCategoryCustom
20 0.44905710220337 After getting category custom After call to function getCategoryCustom
21 0.44905805587769 End of GetCategoryList function End of the function
22 0.44906210899353 Get Category List for Group Before the call to getCategoryList function
23 0.44906306266785 Start of GetCategoryList function Start of the function
24 0.44906401634216 Before getting categories Query to get specific category list
25 0.44950413703918 End of getCategoryListByGroup Function Before return()
26 1.2407169342041 App Controller End End of the App controller (called before the controller of every page)
27 1.4151849746704 App_after Controller Start Start of the App_after controller (called after the controller of every page)
28 1.416650056839 Before Get Options Before the call to getOptions in the tpl class
29 1.4673500061035 After Get Options After the call to getOptions in the tpl class
30 1.4673850536346 App_after Controller End End of the App_after controller (called after the controller of every page)
31 1.504842042923 Finalizing debug Before the debug is output to the page.
32 1.5048499107361 End of App This is the end of the app logging, final timestamp


Query Debug - 407 Database Queries. Total time 1.1371 seconds

Number Time (Seconds) Time (Milliseconds) Query
1 0.0015 0.0015270709991455
SELECT parameter, value FROM parameters
2 0.0101 0.010120868682861
SELECT * FROM `bad_bots`
3 0.0003 0.00031185150146484
SET time_zone = 'Europe/London'
4 0.0016 0.0016138553619385
SELECT version FROM version ORDER BY `installed` DESC LIMIT 1
5 0.0021 0.0021381378173828
INSERT INTO ga_users (`isbot`, `ips`) SELECT '1', 'a:1:{i:0;s:14:\"216.73.216.195\";}'
6 0.0017 0.0016520023345947
INSERT INTO ga_sessions (`sessionlastseen`) SELECT '1751605325'
7 0.0020 0.0019540786743164
SELECT * FROM autorun ORDER BY lastrun ASC
8 0.0006 0.00056099891662598
SELECT * FROM version ORDER BY installed DESC LIMIT 1
9 0.0018 0.0018489360809326
SELECT id FROM pages WHERE pagename = 'search' LIMIT 1
10 0.0004 0.00040602684020996
SELECT * FROM pages WHERE id = 52
11 0.0033 0.003262996673584
SELECT * FROM template_options WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
12 0.0475 0.047534227371216
SELECT * FROM template_text WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND language = 'en'
13 0.0005 0.00050783157348633
SELECT * FROM pages WHERE pagename = 'search'
14 0.0009 0.00087618827819824
SELECT * FROM categorygroups ORDER BY sortorder ASC
15 0.0008 0.00075817108154297
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '1'  AND hidden = 0 ORDER BY sortorder ASC
16 0.0081 0.0081291198730469
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 26
17 0.0009 0.00094199180603027
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 26
18 0.0006 0.00062179565429688
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 26
19 0.0003 0.00031208992004395
SELECT id FROM categories WHERE parent_id = '26'
20 0.0048 0.0048010349273682
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (26)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
21 0.0009 0.000885009765625
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (26)
				  AND p.disabled = 0 
22 0.0008 0.00076484680175781
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (26)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
23 0.0007 0.00071811676025391
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '26'
24 0.0003 0.00028896331787109
SELECT * FROM categorygroups WHERE id = '1'
25 0.0031 0.0031399726867676
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 27
26 0.0003 0.00034093856811523
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 27
27 0.0003 0.00029897689819336
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 27
28 0.0003 0.00031614303588867
SELECT id FROM categories WHERE parent_id = '27'
29 0.0031 0.0031468868255615
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (27)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
30 0.0004 0.00036001205444336
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (27)
				  AND p.disabled = 0 
31 0.0003 0.00034308433532715
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (27)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
32 0.0003 0.00033402442932129
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '27'
33 0.0006 0.00058603286743164
SELECT * FROM categorygroups WHERE id = '1'
34 0.0023 0.0022671222686768
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 28
35 0.0046 0.0046160221099854
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 28
36 0.0027 0.0027291774749756
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 28
37 0.0003 0.0003199577331543
SELECT id FROM categories WHERE parent_id = '28'
38 0.0014 0.0014028549194336
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (28)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
39 0.0004 0.00036382675170898
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (28)
				  AND p.disabled = 0 
40 0.0003 0.00033807754516602
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (28)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
41 0.0013 0.0012729167938232
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '28'
42 0.0003 0.00028395652770996
SELECT * FROM categorygroups WHERE id = '1'
43 0.0004 0.00043487548828125
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 29
44 0.0003 0.00030708312988281
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 29
45 0.0003 0.00026512145996094
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 29
46 0.0003 0.0002748966217041
SELECT id FROM categories WHERE parent_id = '29'
47 0.0004 0.00043892860412598
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (29)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
48 0.0003 0.00033211708068848
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (29)
				  AND p.disabled = 0 
49 0.0003 0.00033116340637207
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (29)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
50 0.0003 0.00030398368835449
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '29'
51 0.0003 0.0003049373626709
SELECT * FROM categorygroups WHERE id = '1'
52 0.0004 0.00037479400634766
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 30
53 0.0003 0.00029802322387695
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 30
54 0.0002 0.00024795532226562
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 30
55 0.0003 0.00027704238891602
SELECT id FROM categories WHERE parent_id = '30'
56 0.0007 0.00067400932312012
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (30)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
57 0.0003 0.0003359317779541
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (30)
				  AND p.disabled = 0 
58 0.0007 0.00072383880615234
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (30)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
59 0.0007 0.00067996978759766
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '30'
60 0.0003 0.00028514862060547
SELECT * FROM categorygroups WHERE id = '1'
61 0.0006 0.00060486793518066
SELECT COUNT(DISTINCT(c.product_id)) FROM products_categories c, products p WHERE c.product_id = p.id AND p.parent_id = 0 AND c.category_id = 31
62 0.0003 0.00030922889709473
SELECT COUNT(*) FROM ebay_products p, products_categories pc WHERE p.id = pc.product_id AND prod_type = 'ebay' AND pc.category_id = 31
63 0.0003 0.00026392936706543
SELECT COUNT(DISTINCT(bundle_id)) FROM bundle_categories WHERE category_id = 31
64 0.0003 0.00031018257141113
SELECT id FROM categories WHERE parent_id = '31'
65 0.0005 0.00046586990356445
SELECT COUNT(DISTINCT(p.id)) FROM products p, products_categories c
				WHERE p.id = c.product_id
				  AND c.category_id IN (31)
				  AND p.parent_id = 0
				  AND p.hidden = 0
				  AND p.enabled = 1 
66 0.0003 0.0003058910369873
SELECT COUNT(DISTINCT(p.id)) FROM bundles p, bundle_categories c
				WHERE p.id = c.bundle_id
				  AND c.category_id IN (31)
				  AND p.disabled = 0 
67 0.0004 0.00035881996154785
SELECT COUNT(DISTINCT(cp.id)) FROM custom_products cp, products_categories c
				WHERE cp.id = c.product_id
				  AND c.category_id IN (31)
				  AND c.prod_type = 'custom'
				  AND cp.hide = 0
68 0.0003 0.00029087066650391
SELECT COUNT(DISTINCT(id)) FROM categories_autopopulate WHERE category_id = '31'
69 0.0003 0.00028085708618164
SELECT * FROM categorygroups WHERE id = '1'
70 0.0004 0.00043702125549316
SELECT * FROM categories WHERE parent_id = '0' AND categorygroup_id = '2'  AND hidden = 0 ORDER BY sortorder ASC
71 0.0037 0.0036931037902832
SELECT * FROM manufacturers m WHERE m.display_sidebar = 1 AND m.merge_manufacturer_id = 0 ORDER BY linktitle ASC
72 0.0020 0.0020301342010498
SELECT * FROM sideboxes WHERE (templateuid = 'fsb-fluid2018' OR templateuid = '') AND enabled = 1 ORDER BY sortorder ASC
73 0.0004 0.00041103363037109
SELECT value FROM parameters WHERE parameter IN('EBAY_APP_ID' , 'EBAY_TRACKING_ID','EBAY_NETWORK_ID' , 'GOOGLE_SITE_KEY' , 'GOOGLE_SECRET_KEY' ,'GOOGLE_RECAPTCHA_TYPE','EBAY_AUTH_TOKEN','EBAY_LOCALE')ORDER BY parameter ASC
74 0.0007 0.00072288513183594
SELECT * FROM sideboxes_pages WHERE sidebox_id = '26'
75 0.0009 0.00093317031860352
SELECT value FROM template_options WHERE templateuid = 'fsb-fluid2018' AND optionuid = 'DISPLAY_CREDIT_ICON'
76 0.0006 0.00064206123352051
SELECT * FROM pages WHERE core = 1 ORDER BY pagekey
77 0.7791 0.77913093566895
SELECT * FROM ipgeocountries WHERE INET_ATON('216.73.216.195') >= INET_ATON(ip_start) AND INET_ATON('216.73.216.195') <= INET_ATON(ip_end)
78 0.0015 0.0014579296112061
SELECT * FROM ipgeolocations WHERE geoname_id = '6252001'
79 0.0007 0.00070405006408691
SELECT * FROM countryredirects WHERE countrycode = 'US'
80 0.0004 0.00038909912109375
SELECT * FROM pages WHERE pagename = 'search'
81 0.0048 0.0047581195831299
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
82 0.0013 0.0013010501861572
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
83 0.0009 0.00087499618530273
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 ORDER BY n.displayname ASC
84 0.0046 0.0046088695526123
SELECT MAX(price) as maxprice, MIN(price) as minprice FROM products WHERE enabled = 1 AND hidden = 0 AND price <> 0 
85 0.0013 0.0013461112976074
SELECT * FROM manufacturers WHERE display_filter = 1 AND merge_manufacturer_id = 0 ORDER BY name
86 0.0004 0.00042414665222168
SELECT * FROM productattributenames n WHERE hidden = 0 AND metabrowse = 1 AND sidebarfilter = 1 ORDER BY n.displayname ASC
87 0.0008 0.00078105926513672
INSERT INTO searches (`keywords`, `timestamp`, `ip`) SELECT 'palais des thes the vert genmaicha yama bote metal 130g', NOW(), '216.73.216.195'
88 0.0005 0.00052595138549805
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (title)
        AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
89 0.0004 0.0003659725189209
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
90 0.0039 0.0038659572601318
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'palais') OR (keyfeatures LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (keyfeatures LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (keyfeatures LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (keyfeatures LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (keyfeatures LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'genmaicha') OR (keyfeatures LIKE 'genmaicha') OR (title LIKE 'genmaicha') OR (description LIKE 'yama') OR (keyfeatures LIKE 'yama') OR (title LIKE 'yama') OR (description LIKE 'bote') OR (keyfeatures LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (keyfeatures LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '130g') OR (keyfeatures LIKE '130g') OR (title LIKE '130g'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
91 0.0003 0.00034999847412109
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'genmaicha') OR (title LIKE 'genmaicha') OR (description LIKE 'yama') OR (title LIKE 'yama') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '130g') OR (title LIKE '130g'))
		AND hide = 0
92 0.0004 0.00042605400085449
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'genmaicha') OR (title LIKE 'genmaicha') OR (description LIKE 'yama') OR (title LIKE 'yama') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '130g') OR (title LIKE '130g'))
		AND hide = 0
93 0.0003 0.00031900405883789
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1
94 0.0059 0.0059018135070801
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%palais%') OR (keyfeatures LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (keyfeatures LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (keyfeatures LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (keyfeatures LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (keyfeatures LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%genmaicha%') OR (keyfeatures LIKE '%genmaicha%') OR (title LIKE '%genmaicha%') OR (description LIKE '%yama%') OR (keyfeatures LIKE '%yama%') OR (title LIKE '%yama%') OR (description LIKE '%bote%') OR (keyfeatures LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (keyfeatures LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%130g%') OR (keyfeatures LIKE '%130g%') OR (title LIKE '%130g%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1
95 0.0003 0.00030708312988281
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%genmaicha%') OR (title LIKE '%genmaicha%') OR (description LIKE '%yama%') OR (title LIKE '%yama%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%130g%') OR (title LIKE '%130g%'))
		AND hide = 0
96 0.0002 0.00024318695068359
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%genmaicha%') OR (title LIKE '%genmaicha%') OR (description LIKE '%yama%') OR (title LIKE '%yama%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%130g%') OR (title LIKE '%130g%'))
		AND hide = 0
97 0.0003 0.00033402442932129
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (title)
    AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (title)
        AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (title) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
98 0.0004 0.0004119873046875
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
99 0.0040 0.0039629936218262
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE 'palais') OR (keyfeatures LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (keyfeatures LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (keyfeatures LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (keyfeatures LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (keyfeatures LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'genmaicha') OR (keyfeatures LIKE 'genmaicha') OR (title LIKE 'genmaicha') OR (description LIKE 'yama') OR (keyfeatures LIKE 'yama') OR (title LIKE 'yama') OR (description LIKE 'bote') OR (keyfeatures LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (keyfeatures LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '130g') OR (keyfeatures LIKE '130g') OR (title LIKE '130g'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
100 0.0002 0.00024604797363281
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'genmaicha') OR (title LIKE 'genmaicha') OR (description LIKE 'yama') OR (title LIKE 'yama') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '130g') OR (title LIKE '130g'))
		AND hide = 0
101 0.0002 0.00022697448730469
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE 'palais') OR (title LIKE 'palais') OR (description LIKE 'des') OR (title LIKE 'des') OR (description LIKE 'thes') OR (title LIKE 'thes') OR (description LIKE 'the') OR (title LIKE 'the') OR (description LIKE 'vert') OR (title LIKE 'vert') OR (description LIKE 'genmaicha') OR (title LIKE 'genmaicha') OR (description LIKE 'yama') OR (title LIKE 'yama') OR (description LIKE 'bote') OR (title LIKE 'bote') OR (description LIKE 'metal') OR (title LIKE 'metal') OR (description LIKE '130g') OR (title LIKE '130g'))
		AND hide = 0
102 0.0003 0.00032186508178711
SELECT DISTINCT (p.id), salesrank, price, linktitle,
    MATCH (description, keyfeatures, title, descriptionsecondary)
    AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE) as searchrelevance, 'product' AS type
    FROM products p 
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 UNION SELECT DISTINCT(b.id), salesrank, price, title as `linktitle`, MATCH (description, keyfeatures, title, descriptionsecondary)
        AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g'), 'bundle' AS type FROM bundles b
		WHERE MATCH (description, keyfeatures, title, descriptionsecondary) AGAINST ('+pala} +d} +th} +the +vert +genmaicha +yama +bote +metal +130g' IN BOOLEAN MODE)
		AND b.disabled = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
103 0.0053 0.0053448677062988
SELECT DISTINCT (p.id), salesrank, price, linktitle,
          'product' AS type
          FROM products p 
		WHERE ((description LIKE '%palais%') OR (keyfeatures LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (keyfeatures LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (keyfeatures LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (keyfeatures LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (keyfeatures LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%genmaicha%') OR (keyfeatures LIKE '%genmaicha%') OR (title LIKE '%genmaicha%') OR (description LIKE '%yama%') OR (keyfeatures LIKE '%yama%') OR (title LIKE '%yama%') OR (description LIKE '%bote%') OR (keyfeatures LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (keyfeatures LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%130g%') OR (keyfeatures LIKE '%130g%') OR (title LIKE '%130g%'))

		AND enabled = 1
		AND hidden = 0
		AND parent_id = 0
		
		AND 1 = 1 ORDER BY salesrank ASC
104 0.0003 0.00025105476379395
SELECT DISTINCT (p.id), price, linktitle,
          'ebayproduct' AS type
          FROM ebay_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%genmaicha%') OR (title LIKE '%genmaicha%') OR (description LIKE '%yama%') OR (title LIKE '%yama%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%130g%') OR (title LIKE '%130g%'))
		AND hide = 0
105 0.0003 0.00025486946105957
SELECT DISTINCT (p.id), price, linktitle,
          'customproduct' AS type
          FROM custom_products p 
		WHERE ((description LIKE '%palais%') OR (title LIKE '%palais%') OR (description LIKE '%des%') OR (title LIKE '%des%') OR (description LIKE '%thes%') OR (title LIKE '%thes%') OR (description LIKE '%the%') OR (title LIKE '%the%') OR (description LIKE '%vert%') OR (title LIKE '%vert%') OR (description LIKE '%genmaicha%') OR (title LIKE '%genmaicha%') OR (description LIKE '%yama%') OR (title LIKE '%yama%') OR (description LIKE '%bote%') OR (title LIKE '%bote%') OR (description LIKE '%metal%') OR (title LIKE '%metal%') OR (description LIKE '%130g%') OR (title LIKE '%130g%'))
		AND hide = 0
106 0.0003 0.00026321411132812
SELECT * FROM products WHERE id = '1462'
107 0.0009 0.00087904930114746
SELECT * FROM productimages WHERE product_id = '1462' ORDER BY sortorder ASC
108 0.0004 0.00041699409484863
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '1462' AND p.id = pi.product_id ORDER BY pi.sortorder
109 0.0008 0.00084304809570312
SELECT * FROM product_image_select WHERE product_id = '1462'
110 0.0006 0.00062108039855957
SELECT * FROM productcustomimages WHERE product_id = '1462'
111 0.0008 0.00077390670776367
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '1462'
                GROUP BY o.product_id
112 0.0011 0.0010809898376465
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '1462'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
113 0.0003 0.00030207633972168
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 1462
114 0.0011 0.0010709762573242
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1462' AND a.name = n.originalname
115 0.0003 0.00030899047851562
SELECT * FROM productoffers WHERE product_id = '1462' AND merchantid = 'A1X6FK5RDHNB96'
116 0.0002 0.00024294853210449
SELECT * FROM productoffers
                WHERE product_id = '1462' AND price > 0
                ORDER BY price ASC LIMIT 1
117 0.0002 0.00022602081298828
SELECT * FROM productoffers
                WHERE product_id = 1462
                ORDER BY price ASC LIMIT 1
118 0.0002 0.00024604797363281
SELECT value FROM productattributes
                WHERE product_id = '1462'
                AND name = 'ListPriceAmount'
119 0.0003 0.00033903121948242
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '1462'
                GROUP BY o.product_id
120 0.0004 0.00038409233093262
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '1462'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
121 0.0002 0.00023293495178223
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 1462
122 0.0003 0.00025296211242676
SELECT * FROM products WHERE parent_id = '1462'
123 0.0002 0.00023388862609863
SELECT * FROM products WHERE id = '846'
124 0.0004 0.0004429817199707
SELECT * FROM productimages WHERE product_id = '846' ORDER BY sortorder ASC
125 0.0003 0.00029611587524414
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '846' AND p.id = pi.product_id ORDER BY pi.sortorder
126 0.0004 0.00042009353637695
SELECT * FROM product_image_select WHERE product_id = '846'
127 0.0003 0.00025010108947754
SELECT * FROM productcustomimages WHERE product_id = '846'
128 0.0003 0.00031685829162598
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '846'
                GROUP BY o.product_id
129 0.0004 0.00040006637573242
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '846'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
130 0.0003 0.00026106834411621
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 846
131 0.0005 0.00053095817565918
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '846' AND a.name = n.originalname
132 0.0002 0.00022387504577637
SELECT * FROM productoffers WHERE product_id = '846' AND merchantid = 'A1X6FK5RDHNB96'
133 0.0002 0.0002281665802002
SELECT * FROM productoffers
                WHERE product_id = '846' AND price > 0
                ORDER BY price ASC LIMIT 1
134 0.0002 0.00023698806762695
SELECT * FROM productoffers
                WHERE product_id = 846
                ORDER BY price ASC LIMIT 1
135 0.0002 0.00023698806762695
SELECT value FROM productattributes
                WHERE product_id = '846'
                AND name = 'ListPriceAmount'
136 0.0003 0.0002751350402832
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '846'
                GROUP BY o.product_id
137 0.0005 0.00052905082702637
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '846'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
138 0.0002 0.00024700164794922
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 846
139 0.0003 0.00032401084899902
SELECT value FROM productattributes WHERE product_id = '846' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
140 0.0004 0.00037193298339844
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '846'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
141 0.0003 0.00025081634521484
SELECT * FROM products WHERE id = '1669'
142 0.0003 0.00029993057250977
SELECT * FROM productimages WHERE product_id = '1669' ORDER BY sortorder ASC
143 0.0004 0.00042009353637695
SELECT * FROM product_image_select WHERE product_id = '1669'
144 0.0003 0.00025296211242676
SELECT * FROM productcustomimages WHERE product_id = '1669'
145 0.0006 0.00062108039855957
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1669' AND a.name = n.originalname
146 0.0004 0.00038003921508789
SELECT * FROM productoffers WHERE product_id = '1669' AND merchantid = 'A1X6FK5RDHNB96'
147 0.0002 0.00024700164794922
SELECT * FROM productoffers
                WHERE product_id = '1669' AND price > 0
                ORDER BY price ASC LIMIT 1
148 0.0002 0.00022196769714355
SELECT * FROM productoffers
                WHERE product_id = 1669
                ORDER BY price ASC LIMIT 1
149 0.0002 0.00023412704467773
SELECT value FROM productattributes
                WHERE product_id = '1669'
                AND name = 'ListPriceAmount'
150 0.0003 0.00025200843811035
SELECT value FROM productattributes WHERE product_id = '1669' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
151 0.0003 0.00031614303588867
SELECT * FROM products WHERE id = '2633'
152 0.0004 0.00038290023803711
SELECT * FROM productimages WHERE product_id = '2633' ORDER BY sortorder ASC
153 0.0004 0.00041294097900391
SELECT * FROM product_image_select WHERE product_id = '2633'
154 0.0003 0.00025105476379395
SELECT * FROM productcustomimages WHERE product_id = '2633'
155 0.0006 0.0006110668182373
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '2633' AND a.name = n.originalname
156 0.0003 0.00029683113098145
SELECT * FROM productoffers WHERE product_id = '2633' AND merchantid = 'A1X6FK5RDHNB96'
157 0.0002 0.00024890899658203
SELECT * FROM productoffers
                WHERE product_id = '2633' AND price > 0
                ORDER BY price ASC LIMIT 1
158 0.0003 0.00028491020202637
SELECT value FROM productattributes WHERE product_id = '2633' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
159 0.0003 0.00031399726867676
SELECT * FROM products WHERE id = '1286'
160 0.0003 0.00032782554626465
SELECT * FROM productimages WHERE product_id = '1286' ORDER BY sortorder ASC
161 0.0004 0.00042510032653809
SELECT * FROM product_image_select WHERE product_id = '1286'
162 0.0003 0.00026297569274902
SELECT * FROM productcustomimages WHERE product_id = '1286'
163 0.0006 0.00062394142150879
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1286' AND a.name = n.originalname
164 0.0003 0.00032901763916016
SELECT * FROM productoffers WHERE product_id = '1286' AND merchantid = 'A1X6FK5RDHNB96'
165 0.0003 0.00025701522827148
SELECT * FROM productoffers
                WHERE product_id = '1286' AND price > 0
                ORDER BY price ASC LIMIT 1
166 0.0003 0.00025010108947754
SELECT value FROM productattributes WHERE product_id = '1286' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
167 0.0003 0.00034594535827637
SELECT * FROM products WHERE id = '1629'
168 0.0004 0.00037312507629395
SELECT * FROM productimages WHERE product_id = '1629' ORDER BY sortorder ASC
169 0.0004 0.00043702125549316
SELECT * FROM product_image_select WHERE product_id = '1629'
170 0.0003 0.00025320053100586
SELECT * FROM productcustomimages WHERE product_id = '1629'
171 0.0006 0.00057506561279297
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1629' AND a.name = n.originalname
172 0.0003 0.00029110908508301
SELECT * FROM productoffers WHERE product_id = '1629' AND merchantid = 'A1X6FK5RDHNB96'
173 0.0002 0.00023198127746582
SELECT * FROM productoffers
                WHERE product_id = '1629' AND price > 0
                ORDER BY price ASC LIMIT 1
174 0.0002 0.00021100044250488
SELECT * FROM productoffers
                WHERE product_id = 1629
                ORDER BY price ASC LIMIT 1
175 0.0002 0.00022697448730469
SELECT value FROM productattributes
                WHERE product_id = '1629'
                AND name = 'ListPriceAmount'
176 0.0002 0.00024580955505371
SELECT value FROM productattributes WHERE product_id = '1629' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
177 0.0003 0.00032496452331543
SELECT * FROM products WHERE id = '1562'
178 0.0003 0.00033402442932129
SELECT * FROM productimages WHERE product_id = '1562' ORDER BY sortorder ASC
179 0.0004 0.00041413307189941
SELECT * FROM product_image_select WHERE product_id = '1562'
180 0.0003 0.00028395652770996
SELECT * FROM productcustomimages WHERE product_id = '1562'
181 0.0007 0.00069403648376465
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1562' AND a.name = n.originalname
182 0.0003 0.00031614303588867
SELECT * FROM productoffers WHERE product_id = '1562' AND merchantid = 'A1X6FK5RDHNB96'
183 0.0002 0.00023698806762695
SELECT * FROM productoffers
                WHERE product_id = '1562' AND price > 0
                ORDER BY price ASC LIMIT 1
184 0.0002 0.00024008750915527
SELECT * FROM productoffers
                WHERE product_id = 1562
                ORDER BY price ASC LIMIT 1
185 0.0002 0.00023412704467773
SELECT value FROM productattributes
                WHERE product_id = '1562'
                AND name = 'ListPriceAmount'
186 0.0002 0.00024914741516113
SELECT value FROM productattributes WHERE product_id = '1562' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
187 0.0003 0.00031113624572754
SELECT * FROM products WHERE id = '2602'
188 0.0004 0.00035595893859863
SELECT * FROM productimages WHERE product_id = '2602' ORDER BY sortorder ASC
189 0.0004 0.00041913986206055
SELECT * FROM product_image_select WHERE product_id = '2602'
190 0.0003 0.00028491020202637
SELECT * FROM productcustomimages WHERE product_id = '2602'
191 0.0006 0.00062799453735352
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '2602' AND a.name = n.originalname
192 0.0014 0.0013899803161621
SELECT * FROM productoffers WHERE product_id = '2602' AND merchantid = 'A1X6FK5RDHNB96'
193 0.0033 0.0032610893249512
SELECT * FROM productoffers
                WHERE product_id = '2602' AND price > 0
                ORDER BY price ASC LIMIT 1
194 0.0058 0.0058009624481201
SELECT * FROM productoffers
                WHERE product_id = 2602
                ORDER BY price ASC LIMIT 1
195 0.0007 0.00067687034606934
SELECT value FROM productattributes
                WHERE product_id = '2602'
                AND name = 'ListPriceAmount'
196 0.0005 0.00050902366638184
SELECT value FROM productattributes WHERE product_id = '2602' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
197 0.0006 0.00063490867614746
SELECT * FROM products WHERE id = '1849'
198 0.0007 0.00068211555480957
SELECT * FROM productimages WHERE product_id = '1849' ORDER BY sortorder ASC
199 0.0010 0.00097799301147461
SELECT * FROM product_image_select WHERE product_id = '1849'
200 0.0005 0.00046515464782715
SELECT * FROM productcustomimages WHERE product_id = '1849'
201 0.0014 0.001384973526001
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1849' AND a.name = n.originalname
202 0.0006 0.00056910514831543
SELECT * FROM productoffers WHERE product_id = '1849' AND merchantid = 'A1X6FK5RDHNB96'
203 0.0005 0.00051999092102051
SELECT * FROM productoffers
                WHERE product_id = '1849' AND price > 0
                ORDER BY price ASC LIMIT 1
204 0.0004 0.00044798851013184
SELECT value FROM productattributes WHERE product_id = '1849' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
205 0.0005 0.00054502487182617
SELECT * FROM products WHERE id = '1302'
206 0.0006 0.00055289268493652
SELECT * FROM productimages WHERE product_id = '1302' ORDER BY sortorder ASC
207 0.0009 0.00085711479187012
SELECT * FROM product_image_select WHERE product_id = '1302'
208 0.0004 0.00043487548828125
SELECT * FROM productcustomimages WHERE product_id = '1302'
209 0.0014 0.001446008682251
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1302' AND a.name = n.originalname
210 0.0006 0.00061798095703125
SELECT * FROM productoffers WHERE product_id = '1302' AND merchantid = 'A1X6FK5RDHNB96'
211 0.0004 0.00041699409484863
SELECT * FROM productoffers
                WHERE product_id = '1302' AND price > 0
                ORDER BY price ASC LIMIT 1
212 0.0005 0.00046396255493164
SELECT value FROM productattributes WHERE product_id = '1302' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
213 0.0007 0.00070691108703613
SELECT * FROM products WHERE id = '3077'
214 0.0006 0.00059700012207031
SELECT * FROM productimages WHERE product_id = '3077' ORDER BY sortorder ASC
215 0.0007 0.00066614151000977
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3077' AND p.id = pi.product_id ORDER BY pi.sortorder
216 0.0009 0.00093817710876465
SELECT * FROM product_image_select WHERE product_id = '3077'
217 0.0004 0.00043487548828125
SELECT * FROM productcustomimages WHERE product_id = '3077'
218 0.0006 0.00062704086303711
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '3077'
                GROUP BY o.product_id
219 0.0008 0.00077414512634277
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '3077'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
220 0.0004 0.00043606758117676
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3077
221 0.0014 0.0014150142669678
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3077' AND a.name = n.originalname
222 0.0004 0.00040197372436523
SELECT * FROM productoffers WHERE product_id = '3077' AND merchantid = 'A1X6FK5RDHNB96'
223 0.0004 0.00036811828613281
SELECT * FROM productoffers
                WHERE product_id = '3077' AND price > 0
                ORDER BY price ASC LIMIT 1
224 0.0004 0.0003809928894043
SELECT * FROM productoffers
                WHERE product_id = 3077
                ORDER BY price ASC LIMIT 1
225 0.0004 0.00038409233093262
SELECT value FROM productattributes
                WHERE product_id = '3077'
                AND name = 'ListPriceAmount'
226 0.0005 0.00049781799316406
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '3077'
                GROUP BY o.product_id
227 0.0008 0.00082612037658691
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '3077'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
228 0.0005 0.00050592422485352
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3077
229 0.0006 0.00060892105102539
SELECT value FROM productattributes WHERE product_id = '3077' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
230 0.0007 0.00071597099304199
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '3077'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
231 0.0004 0.0003960132598877
SELECT * FROM products WHERE id = '1620'
232 0.0006 0.00057888031005859
SELECT * FROM productimages WHERE product_id = '1620' ORDER BY sortorder ASC
233 0.0005 0.00049805641174316
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '1620' AND p.id = pi.product_id ORDER BY pi.sortorder
234 0.0009 0.00088882446289062
SELECT * FROM product_image_select WHERE product_id = '1620'
235 0.0005 0.00046205520629883
SELECT * FROM productcustomimages WHERE product_id = '1620'
236 0.0006 0.00059795379638672
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '1620'
                GROUP BY o.product_id
237 0.0007 0.00074219703674316
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '1620'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
238 0.0004 0.00043606758117676
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 1620
239 0.0012 0.0012390613555908
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1620' AND a.name = n.originalname
240 0.0005 0.00045013427734375
SELECT * FROM productoffers WHERE product_id = '1620' AND merchantid = 'A1X6FK5RDHNB96'
241 0.0005 0.00047206878662109
SELECT * FROM productoffers
                WHERE product_id = '1620' AND price > 0
                ORDER BY price ASC LIMIT 1
242 0.0004 0.0003960132598877
SELECT * FROM productoffers
                WHERE product_id = 1620
                ORDER BY price ASC LIMIT 1
243 0.0004 0.00040698051452637
SELECT value FROM productattributes
                WHERE product_id = '1620'
                AND name = 'ListPriceAmount'
244 0.0005 0.00051188468933105
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '1620'
                GROUP BY o.product_id
245 0.0009 0.00088620185852051
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '1620'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
246 0.0005 0.00047802925109863
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 1620
247 0.0008 0.0007631778717041
SELECT value FROM productattributes WHERE product_id = '1620' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
248 0.0008 0.00083518028259277
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '1620'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
249 0.0004 0.00043392181396484
SELECT * FROM products WHERE id = '3954'
250 0.0007 0.00067806243896484
SELECT * FROM productimages WHERE product_id = '3954' ORDER BY sortorder ASC
251 0.0005 0.00053501129150391
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '3954' AND p.id = pi.product_id ORDER BY pi.sortorder
252 0.0009 0.00087189674377441
SELECT * FROM product_image_select WHERE product_id = '3954'
253 0.0005 0.00047111511230469
SELECT * FROM productcustomimages WHERE product_id = '3954'
254 0.0006 0.00058698654174805
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '3954'
                GROUP BY o.product_id
255 0.0006 0.00059700012207031
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '3954'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
256 0.0004 0.0004119873046875
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3954
257 0.0012 0.0012249946594238
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3954' AND a.name = n.originalname
258 0.0003 0.00033712387084961
SELECT * FROM productoffers WHERE product_id = '3954' AND merchantid = 'A1X6FK5RDHNB96'
259 0.0003 0.00033903121948242
SELECT * FROM productoffers
                WHERE product_id = '3954' AND price > 0
                ORDER BY price ASC LIMIT 1
260 0.0003 0.0003058910369873
SELECT * FROM productoffers
                WHERE product_id = 3954
                ORDER BY price ASC LIMIT 1
261 0.0004 0.00037288665771484
SELECT value FROM productattributes
                WHERE product_id = '3954'
                AND name = 'ListPriceAmount'
262 0.0004 0.00041007995605469
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '3954'
                GROUP BY o.product_id
263 0.0006 0.00057601928710938
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '3954'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
264 0.0003 0.00033187866210938
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 3954
265 0.0005 0.00052189826965332
SELECT value FROM productattributes WHERE product_id = '3954' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
266 0.0003 0.00034093856811523
SELECT * FROM products WHERE parent_id = '3954'
267 0.0003 0.00033092498779297
SELECT * FROM products WHERE id = '3531'
268 0.0011 0.0010538101196289
SELECT * FROM productimages WHERE product_id = '3531' ORDER BY sortorder ASC
269 0.0013 0.001338005065918
SELECT * FROM product_image_select WHERE product_id = '3531'
270 0.0004 0.00039100646972656
SELECT * FROM productcustomimages WHERE product_id = '3531'
271 0.0016 0.0016241073608398
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3531' AND a.name = n.originalname
272 0.0012 0.0012309551239014
SELECT * FROM productoffers WHERE product_id = '3531' AND merchantid = 'A1X6FK5RDHNB96'
273 0.0005 0.00048208236694336
SELECT * FROM productoffers
                WHERE product_id = '3531' AND price > 0
                ORDER BY price ASC LIMIT 1
274 0.0006 0.00055789947509766
SELECT * FROM productoffers
                WHERE product_id = 3531
                ORDER BY price ASC LIMIT 1
275 0.0005 0.0005488395690918
SELECT value FROM productattributes
                WHERE product_id = '3531'
                AND name = 'ListPriceAmount'
276 0.0005 0.00054407119750977
SELECT value FROM productattributes WHERE product_id = '3531' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
277 0.0007 0.00065302848815918
SELECT * FROM products WHERE id = '2808'
278 0.0007 0.00065207481384277
SELECT * FROM productimages WHERE product_id = '2808' ORDER BY sortorder ASC
279 0.0009 0.00093698501586914
SELECT * FROM product_image_select WHERE product_id = '2808'
280 0.0005 0.00047898292541504
SELECT * FROM productcustomimages WHERE product_id = '2808'
281 0.0015 0.0015499591827393
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '2808' AND a.name = n.originalname
282 0.0006 0.00055313110351562
SELECT * FROM productoffers WHERE product_id = '2808' AND merchantid = 'A1X6FK5RDHNB96'
283 0.0005 0.00045490264892578
SELECT * FROM productoffers
                WHERE product_id = '2808' AND price > 0
                ORDER BY price ASC LIMIT 1
284 0.0005 0.00048112869262695
SELECT value FROM productattributes WHERE product_id = '2808' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
285 0.0006 0.00064206123352051
SELECT * FROM products WHERE id = '4766'
286 0.0007 0.00065994262695312
SELECT * FROM productimages WHERE product_id = '4766' ORDER BY sortorder ASC
287 0.0009 0.00091195106506348
SELECT * FROM product_image_select WHERE product_id = '4766'
288 0.0005 0.00045299530029297
SELECT * FROM productcustomimages WHERE product_id = '4766'
289 0.0016 0.0015859603881836
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4766' AND a.name = n.originalname
290 0.0006 0.00063705444335938
SELECT * FROM productoffers WHERE product_id = '4766' AND merchantid = 'A1X6FK5RDHNB96'
291 0.0004 0.00040388107299805
SELECT * FROM productoffers
                WHERE product_id = '4766' AND price > 0
                ORDER BY price ASC LIMIT 1
292 0.0005 0.00047802925109863
SELECT * FROM productoffers
                WHERE product_id = 4766
                ORDER BY price ASC LIMIT 1
293 0.0004 0.0004119873046875
SELECT value FROM productattributes
                WHERE product_id = '4766'
                AND name = 'ListPriceAmount'
294 0.0005 0.00048708915710449
SELECT value FROM productattributes WHERE product_id = '4766' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
295 0.0006 0.00058889389038086
SELECT * FROM products WHERE id = '3554'
296 0.0007 0.00071883201599121
SELECT * FROM productimages WHERE product_id = '3554' ORDER BY sortorder ASC
297 0.0009 0.00087594985961914
SELECT * FROM product_image_select WHERE product_id = '3554'
298 0.0004 0.00044512748718262
SELECT * FROM productcustomimages WHERE product_id = '3554'
299 0.0014 0.0013878345489502
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3554' AND a.name = n.originalname
300 0.0005 0.00053095817565918
SELECT * FROM productoffers WHERE product_id = '3554' AND merchantid = 'A1X6FK5RDHNB96'
301 0.0004 0.00041604042053223
SELECT * FROM productoffers
                WHERE product_id = '3554' AND price > 0
                ORDER BY price ASC LIMIT 1
302 0.0004 0.00039315223693848
SELECT * FROM productoffers
                WHERE product_id = 3554
                ORDER BY price ASC LIMIT 1
303 0.0005 0.00047397613525391
SELECT value FROM productattributes
                WHERE product_id = '3554'
                AND name = 'ListPriceAmount'
304 0.0004 0.00044488906860352
SELECT value FROM productattributes WHERE product_id = '3554' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
305 0.0006 0.00060701370239258
SELECT * FROM products WHERE id = '767'
306 0.0006 0.00056600570678711
SELECT * FROM productimages WHERE product_id = '767' ORDER BY sortorder ASC
307 0.0005 0.00052380561828613
SELECT pi.*, p.parent_id FROM productimages pi, products p WHERE p.parent_id = '767' AND p.id = pi.product_id ORDER BY pi.sortorder
308 0.0009 0.00090789794921875
SELECT * FROM product_image_select WHERE product_id = '767'
309 0.0005 0.00049591064453125
SELECT * FROM productcustomimages WHERE product_id = '767'
310 0.0007 0.00073409080505371
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '767'
                GROUP BY o.product_id
311 0.0008 0.00083184242248535
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '767'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
312 0.0005 0.00045895576477051
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 767
313 0.0012 0.0011579990386963
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '767' AND a.name = n.originalname
314 0.0005 0.00045490264892578
SELECT * FROM productoffers WHERE product_id = '767' AND merchantid = 'A1X6FK5RDHNB96'
315 0.0004 0.0003969669342041
SELECT * FROM productoffers
                WHERE product_id = '767' AND price > 0
                ORDER BY price ASC LIMIT 1
316 0.0003 0.00034689903259277
SELECT * FROM productoffers
                WHERE product_id = 767
                ORDER BY price ASC LIMIT 1
317 0.0004 0.00041508674621582
SELECT value FROM productattributes
                WHERE product_id = '767'
                AND name = 'ListPriceAmount'
318 0.0005 0.00049591064453125
SELECT  o.product_id, MIN(o.price) as price, p.customprice
                FROM    products        p,
                        productoffers   o
                WHERE   p.id        = o.product_id
                  AND   p.parent_id = '767'
                GROUP BY o.product_id
319 0.0008 0.00080990791320801
SELECT  n.displayname, o.name
                FROM    productoptionnames  n,
                        productoptions      o,
                        products            p
                WHERE   n.originalname  = o.name
                  AND   o.product_id    = p.id
                  AND   p.parent_id     = '767'
                GROUP BY n.displayname
                ORDER BY n.displayname DESC
320 0.0004 0.00044608116149902
SELECT MAX(amountsaved) AS maxsaving, MIN(amountsaved) AS minsaving FROM productoffers o, products p WHERE o.product_id = p.id AND p.parent_id = 767
321 0.0006 0.00064516067504883
SELECT value FROM productattributes WHERE product_id = '767' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
322 0.0008 0.00076699256896973
SELECT  o.value
                FROM    products            p,
                        productoptions      o
                WHERE   p.parent_id     = '767'
                  AND   p.id            = o.product_id
                  AND   o.name          = 'Color'
                GROUP BY o.value
                ORDER BY o.value ASC
323 0.0016 0.0015690326690674
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1462' ORDER BY timestamp DESC
324 0.0003 0.00034499168395996
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '846' ORDER BY timestamp DESC
325 0.0005 0.00049805641174316
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1669' ORDER BY timestamp DESC
326 0.0003 0.0003058910369873
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '2633' ORDER BY timestamp DESC
327 0.0003 0.00029587745666504
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1286' ORDER BY timestamp DESC
328 0.0004 0.00036907196044922
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1629' ORDER BY timestamp DESC
329 0.0003 0.00032210350036621
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1562' ORDER BY timestamp DESC
330 0.0003 0.00030303001403809
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '2602' ORDER BY timestamp DESC
331 0.0003 0.00033688545227051
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1849' ORDER BY timestamp DESC
332 0.0003 0.0002899169921875
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1302' ORDER BY timestamp DESC
333 0.0003 0.00028109550476074
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3077' ORDER BY timestamp DESC
334 0.0003 0.00028896331787109
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '1620' ORDER BY timestamp DESC
335 0.0004 0.00036406517028809
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3954' ORDER BY timestamp DESC
336 0.0003 0.00028586387634277
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3531' ORDER BY timestamp DESC
337 0.0004 0.00035905838012695
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '2808' ORDER BY timestamp DESC
338 0.0003 0.00029206275939941
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '4766' ORDER BY timestamp DESC
339 0.0003 0.00027990341186523
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '3554' ORDER BY timestamp DESC
340 0.0004 0.00037693977355957
SELECT * FROM customerreviews WHERE approved = 1 AND productid = '767' ORDER BY timestamp DESC
341 0.0012 0.0012121200561523
SELECT * FROM template_info WHERE templateuid = 'fsb-fluid2018'
342 0.0011 0.0010759830474854
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_user_data'
343 0.0003 0.00033998489379883
SELECT ga_value FROM google_analytics_options WHERE `ga_key` = 'ga_tracking_status'
344 0.0223 0.022269010543823
SELECT p.id,p.parent_id, o.price,p.asin FROM products p, productoffers o WHERE p.id = o.product_id AND p.parent_id = 0 AND hidden = 0 AND offers > 0 AND (SELECT COUNT(pi.id) FROM productimages pi WHERE pi.product_id = p.id) > 1 AND o.id IN (SELECT x.id FROM productoffers x WHERE x.product_id = p.id HAVING MIN(x.price)) ORDER BY p.title DESC LIMIT 6
345 0.0011 0.0011489391326904
SELECT p.id,p.price,p.listingtype FROM ebay_products p WHERE hide = 0 AND (SELECT COUNT(pi.id) FROM ebay_prod_images pi WHERE pi.prodid = p.id) > 1 ORDER BY p.title DESC LIMIT 6
346 0.0004 0.00040006637573242
SELECT p.id,p.price,p.currency FROM custom_products p WHERE hide = 0 AND orginalprice > 0 AND (SELECT COUNT(pi.id) FROM productcustomimages pi WHERE pi.product_id = p.id) > 1 ORDER BY p.title DESC LIMIT 6
347 0.0004 0.00044488906860352
SELECT * FROM products WHERE id = 1626
348 0.0003 0.00027298927307129
SELECT * FROM products WHERE id = 4041
349 0.0003 0.00026488304138184
SELECT * FROM products WHERE id = 4312
350 0.0002 0.00023698806762695
SELECT * FROM products WHERE id = 777
351 0.0003 0.00026297569274902
SELECT * FROM products WHERE id = 3881
352 0.0003 0.00033187866210938
SELECT * FROM products WHERE id = 4213
353 0.0003 0.00027298927307129
SELECT * FROM products WHERE id = '1626'
354 0.0004 0.00040197372436523
SELECT * FROM productimages WHERE product_id = '1626' ORDER BY sortorder ASC
355 0.0005 0.00053596496582031
SELECT * FROM product_image_select WHERE product_id = '1626'
356 0.0003 0.00029110908508301
SELECT * FROM productcustomimages WHERE product_id = '1626'
357 0.0006 0.0006260871887207
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '1626' AND a.name = n.originalname
358 0.0004 0.00040197372436523
SELECT * FROM productoffers WHERE product_id = '1626' AND merchantid = 'A1X6FK5RDHNB96'
359 0.0003 0.00027799606323242
SELECT * FROM productoffers
                WHERE product_id = '1626' AND price > 0
                ORDER BY price ASC LIMIT 1
360 0.0003 0.00028419494628906
SELECT value FROM productattributes WHERE product_id = '1626' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
361 0.0003 0.00034189224243164
SELECT * FROM products WHERE id = '4041'
362 0.0003 0.00031614303588867
SELECT * FROM productimages WHERE product_id = '4041' ORDER BY sortorder ASC
363 0.0004 0.00044393539428711
SELECT * FROM product_image_select WHERE product_id = '4041'
364 0.0003 0.00026488304138184
SELECT * FROM productcustomimages WHERE product_id = '4041'
365 0.0007 0.00069689750671387
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4041' AND a.name = n.originalname
366 0.0003 0.00030899047851562
SELECT * FROM productoffers WHERE product_id = '4041' AND merchantid = 'A1X6FK5RDHNB96'
367 0.0003 0.0002589225769043
SELECT * FROM productoffers
                WHERE product_id = '4041' AND price > 0
                ORDER BY price ASC LIMIT 1
368 0.0003 0.00026488304138184
SELECT value FROM productattributes WHERE product_id = '4041' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
369 0.0004 0.00041007995605469
SELECT * FROM products WHERE id = '4312'
370 0.0004 0.00042986869812012
SELECT * FROM productimages WHERE product_id = '4312' ORDER BY sortorder ASC
371 0.0005 0.00053000450134277
SELECT * FROM product_image_select WHERE product_id = '4312'
372 0.0003 0.00027894973754883
SELECT * FROM productcustomimages WHERE product_id = '4312'
373 0.0007 0.00065994262695312
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4312' AND a.name = n.originalname
374 0.0003 0.00030207633972168
SELECT * FROM productoffers WHERE product_id = '4312' AND merchantid = 'A1X6FK5RDHNB96'
375 0.0003 0.00032401084899902
SELECT * FROM productoffers
                WHERE product_id = '4312' AND price > 0
                ORDER BY price ASC LIMIT 1
376 0.0003 0.00030207633972168
SELECT value FROM productattributes WHERE product_id = '4312' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
377 0.0004 0.00038695335388184
SELECT * FROM products WHERE id = '777'
378 0.0004 0.00035786628723145
SELECT * FROM productimages WHERE product_id = '777' ORDER BY sortorder ASC
379 0.0005 0.00046396255493164
SELECT * FROM product_image_select WHERE product_id = '777'
380 0.0003 0.00027894973754883
SELECT * FROM productcustomimages WHERE product_id = '777'
381 0.0007 0.00067400932312012
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '777' AND a.name = n.originalname
382 0.0004 0.0003509521484375
SELECT * FROM productoffers WHERE product_id = '777' AND merchantid = 'A1X6FK5RDHNB96'
383 0.0003 0.00028300285339355
SELECT * FROM productoffers
                WHERE product_id = '777' AND price > 0
                ORDER BY price ASC LIMIT 1
384 0.0003 0.00026893615722656
SELECT value FROM productattributes WHERE product_id = '777' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
385 0.0005 0.00046110153198242
SELECT * FROM products WHERE id = '3881'
386 0.0004 0.00039410591125488
SELECT * FROM productimages WHERE product_id = '3881' ORDER BY sortorder ASC
387 0.0005 0.00047206878662109
SELECT * FROM product_image_select WHERE product_id = '3881'
388 0.0003 0.00030279159545898
SELECT * FROM productcustomimages WHERE product_id = '3881'
389 0.0008 0.00075602531433105
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '3881' AND a.name = n.originalname
390 0.0004 0.00042390823364258
SELECT * FROM productoffers WHERE product_id = '3881' AND merchantid = 'A1X6FK5RDHNB96'
391 0.0003 0.00026607513427734
SELECT * FROM productoffers
                WHERE product_id = '3881' AND price > 0
                ORDER BY price ASC LIMIT 1
392 0.0003 0.00029611587524414
SELECT value FROM productattributes WHERE product_id = '3881' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
393 0.0003 0.00033903121948242
SELECT * FROM products WHERE id = '4213'
394 0.0004 0.00035405158996582
SELECT * FROM productimages WHERE product_id = '4213' ORDER BY sortorder ASC
395 0.0005 0.00046205520629883
SELECT * FROM product_image_select WHERE product_id = '4213'
396 0.0003 0.00033116340637207
SELECT * FROM productcustomimages WHERE product_id = '4213'
397 0.0007 0.00074291229248047
SELECT a.name, n.displayname,a.value FROM productattributes a, productattributenames n WHERE product_id = '4213' AND a.name = n.originalname
398 0.0003 0.00032615661621094
SELECT * FROM productoffers WHERE product_id = '4213' AND merchantid = 'A1X6FK5RDHNB96'
399 0.0004 0.0003960132598877
SELECT * FROM productoffers
                WHERE product_id = '4213' AND price > 0
                ORDER BY price ASC LIMIT 1
400 0.0003 0.00026798248291016
SELECT value FROM productattributes WHERE product_id = '4213' AND (name = 'ListPriceAmount' OR name = 'ListPriceFormattedPrice') ORDER BY name LIMIT 1
401 0.0011 0.0011358261108398
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'header' ORDER BY sortorder ASC
402 0.0005 0.00048089027404785
SELECT * FROM template_includes WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND area = 'footer' ORDER BY sortorder ASC
403 0.0016 0.0015847682952881
SELECT * FROM template_css WHERE deleted = 0 AND templateuid = 'fsb-fluid2018' AND skinuid = ''
404 0.0010 0.00099992752075195
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
405 0.0005 0.00051307678222656
SELECT * FROM template_images WHERE deleted = 0 AND templateuid = 'fsb-fluid2018'
406 0.0005 0.00046300888061523
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'FB_DEFAULT_SHARE_IMAGE'
407 0.0004 0.00039315223693848
SELECT * FROM template_images WHERE templateuid = 'fsb-fluid2018' AND imageuid = 'HEAD_LOGO'